home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 6840 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  707 b 

  1. Path: howland.reston.ans.net!usc!usc!not-for-mail
  2. From: separk@pollux.usc.edu (S. Park)
  3. Newsgroups: comp.lang.c
  4. Subject: a question (timing routine)
  5. Date: 15 Feb 1996 10:01:37 -0800
  6. Organization: University of Southern California, Los Angeles, CA
  7. Sender: separk@pollux.usc.edu
  8. Message-ID: <4fvse1$656@pollux.usc.edu>
  9. NNTP-Posting-Host: pollux.usc.edu
  10.  
  11. Hello,
  12.  
  13. I would like to measure time taken for two different implementations
  14. of merge sort.  I know I can use command "time", but I wonder if
  15. anyone can give me some simple example code that uses "time" function
  16. in C program so that I can modify it in my comparison.  
  17.  
  18. Thank you very much for your time!
  19.  
  20. Regards,
  21. Seongbin Park (separk@pollux.usc.edu)
  22.  
  23.  
  24.